home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _A78B221671294700924B8ABD93D36F0B / scripts / DefineButton2_95 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2005-08-05  |  63b  |  5 lines

  1. on(rollOver){
  2.    playSound.stop();
  3.    playSound.start();
  4. }
  5.